* {
    margin: 0;
    padding: 0;
}

.uk-light {
    background: unset;
}

li {
    list-style: none;
}

.header {
    width: 100%;
    height: 62px;
    box-shadow: 0px 1px 8px rgba(0, 44, 130, 0.1);
}

.uk-navbar {
    width: 1200px;
    margin: 0 auto;
    box-shadow: unset !important;
    padding: 0 20px;
    box-sizing: border-box;
}
/* 头部导航 */
body {
    font-family: "PingFang SC";
    min-width: 1240px;
}

.header {
    width: 100%;
    height: 62px;
}

li {
    height: 100%;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    box-shadow: 0px 1px 12px rgba(0, 44, 130, 0.24);
    background: #FFFFFF;
    line-height: 62px;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: unset;
    padding: unset;
}

.uk-navbar-nav>li {
    position: relative;
    margin-right: 64px;
    letter-spacing: 2px;
    line-height: 62px;
}

.uk-navbar-nav>li>a {
    color: #333333;
    font-size: 14px;
    font-family: "PingFang SC";
}

.uk-navbar-nav>li:not(.navbarHideIcon)>a::before
  {
    position: absolute;
    content: '';
    display: block;
    top: 36%;
    background: url(../img/Pulldown.png);
    right: -21px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.uk-navbar-nav>li>a:hover::before {
    background-image: url(../img/bulePulldown.png);
}

.uk-navbar-nav>li>a:focus::before {
    background-image: url(../img/bulePulldown.png);
}

.uk-navbar-nav>li>a:hover {
    color: #008BF0;
}

.uk-navbar-nav>li>a:focus {
    color: #008BF0;
}

.uk-navbar-nav>li.free {
    display: flex;
    align-items: center;
    margin-right: 12px;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(90deg, #00E0FF 0%, #00E0FF 14.99%, #0788FF 100%);
}

.uk-navbar-nav>li.free>a {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    color: #FFFFFF;
    letter-spacing: 2px;
    z-index: 10;
    position: relative;
}

.uk-navbar-nav>li.free>a::before {
    background: unset;
}

.uk-navbar-nav>li.free::before {
    content: '';
    display: block;
    position: absolute;
    background: #008BF0;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    transition: width 0.5s;
    z-index: 1;
}

.uk-navbar-nav>li.free:hover::before {
    width: 100%;
}

.uk-navbar-nav>.uk-active {
    display: flex;
    align-items: center;
    margin-right: 20px;
    z-index: 2;
}

.uk-navbar-nav>li.uk-active>a {
    height: 32px;
    border: 1px solid #008BF0;
    line-height: 32px;
    width: 60px;
    text-align: center;
    border-radius: 2px;
    color: #008BF0;
}

.uk-navbar-nav>.uk-active>a::before {
    background: unset;
}

.uk-navbar-nav {
    height: 100%;
}


/* 头部下拉 - 开始*/

.navBar {
    position: relative;
    z-index: 5;
    /* overflow: hidden; */
}

.navBar::after {
    position: absolute;
    content: "";
    top: -15px;
    left: 49px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-top: 1px solid #F8F8FA;
    border-right: 1px solid #F8F8FA;
    transform: rotate(-45deg);
    box-shadow: 0px 1px 12px rgba(0, 44, 130, 0.24);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.uk-navbar-dropdown-grid>:not(.uk-first-column)::before {
    border-left: unset;
}
.uk-navbar-dropdown {
    width: 590px !important;
    height: 400px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: #fff;
    padding: 0 40px;
}

.uk-navbar-dropdown {
    top: 52px !important;
    left: -36px !important;
}

.dropBox {
    width: 68px;
    height: 96px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.dropBox>.icon {
    width: 68px;
    height: 80px;
    padding-top: 10px;
    box-sizing: border-box;
}

.uk-width-1-3 {
    padding: 0;
    margin: 0;
}

.dropdowNav>.uk-active {
    line-height: 0px;
    margin-top: 28px;
}

.dropdowNav>.uk-active>a {
    height: 3px;
    color: #777D8C !important;
    font-size: 14px;
}

.dropBox>div>span {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/assetManagement.svg) 50% 50% no-repeat;
    background-size: 36px 36px !important;
    background-color: #FFDFDF;
    border-radius: 4px;
    margin: 0 auto;
}

.hide::after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    background: #008BF0;
    top: 0px;
}

.one {
    position: relative;
}

.one:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.tow {
    position: relative;
}

.tow:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.three {
    position: relative;
}

.three:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.four {
    position: relative;
}

.four:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.five {
    position: relative;
}

.five:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.six {
    position: relative;
}

.six:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.seven {
    position: relative;
}

.seven:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.eight {
    position: relative;
}

.eight:hover .hide {
    height: 96px !important;
    cursor: pointer;
}

.hide {
    width: 68px !important;
    height: 0 !important;
    position: absolute;
    background: #ECF5FF !important;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
}

.hide>div>span {
    background-color: #FFF !important;
    border-radius: 4px;
}

.hide>div>.title {
    color: #008BF0 !important;
}

.hideIcon {
    width: 68px;
    height: 80px;
    padding-top: 10px;
    box-sizing: border-box;
}

.dropBox>div>.title {
    margin: 0;
    font-size: 14px;
    color: #333333;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
}

.system>.uk-active {
    line-height: 0px;
    margin-top: 28px;
}

.system>.uk-active>a {
    height: 3px;
    color: #777D8C !important;
    font-size: 14px;
}

.systemNav {
    height: 336px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.systemNav>.box {
    width: 136px;
    height: 136px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.systemNav>.box:hover {
    color: #008BF0;
    cursor: pointer;
}

.systemNav>div>.icon {
    display: block;
    width: 72px;
    height: 80px;
    background: url(../img/header/business.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.systemNav>.security>.icon {
    background: url(../img/header/security.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.systemNav>div>.icon:hover {
    background-size: 113% 113%;
}

.solve {
    width: 240px !important;
    height: unset;
    padding: 0px;
}

.solve>.uk-nav {
    width: 100%;
    height: unset;
    margin-top: 8px;
}

.solve>.uk-nav>li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: relative;
    margin: 4px 0;
}

.solve>.uk-nav>li:hover {
    background-color: #ECF5FF;
}

.solve>.uk-nav>li:hover:after {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    top: 0px;
    background: #008BF0;
}

.solve>.uk-nav>li>a {
    height: 36px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    padding: 0 15px;
}

.solve>.uk-nav>li>a:hover {
    color: #008BF0;
    padding-left: 25px;
}

.service {
    width: 500px !important;
    height: unset;
}

.service .uk-grid>* {
    padding-left: 30px;
}

.serviceItem>.dropdown>ul {
    width: 100%;
    padding-bottom: 10px !important;
}

.serviceItem>.dropdown>ul>li {
    height: 36px;
    line-height: 36px;
    position: relative;
}

.serviceItem>.dropdown>ul>li:hover {
    background-color: #ECF5FF;
}

.serviceItem>.dropdown>ul>li:hover::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    top: 0px;
    background: #008BF0;
}

.serviceItem>.dropdown>ul>li>a {
    height: 36px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    padding: 0;
    padding-left: 10px;
}

.serviceItem>.dropdown>ul>li>a:hover {
    color: #008BF0;
    padding-left: 25px;
}

.system>.systemItem>.uk-nav>li {
    height: 36px;
    line-height: 36px;
    position: relative;
}

.system>.systemItem>.uk-nav>li:hover {
    background-color: #ECF5FF;
}

.system>.systemItem>.uk-nav>li:hover::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    top: 0px;
    background: #008BF0;
}

.system>.systemItem>.uk-nav>li>a {
    height: 36px;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    padding: 0;
    padding-left: 10px;
}

.system>.systemItem>.uk-nav>li>a:hover {
    color: #008BF0;
    padding-left: 25px;
}


/* 头部下拉 - 结束*/


/* 头部导航结束 */

.logo {
    position: relative;
    width: 232px;
    height: 62px;
    display: flex;
    align-items: center;
}

.logo>.outside {
    position: absolute;
    width: 232px;
    height: 44px !important;
    height: 100%;
    animation: spin 6s linear infinite;
    backface-visibility: hidden;
}

.logo>.back {
    position: absolute;
    top: 15%;
    height: 44px;
    width: 172px;
    animation: back 6s linear infinite;
    backface-visibility: hidden;
}


/* 头部logo翻转 */

/* @keyframes spin {
    0% {
        transform: perspective(800px) rotateY(0deg);
    }
    25% {
        transform: perspective(800px) rotateY(180deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    75% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes back {
    0% {
        transform: perspective(800px) rotateY(180deg);
    }
    25% {
        transform: perspective(800px) rotateY(360deg);
    }
    50% {
        transform: rotateY(360deg);
    }
    75% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(180deg);
    }
} */